home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / uni_cycl.swf / scripts / frame_18 / PlaceObject2_182_71 / CLIPACTIONRECORD on(rollOver).as next >
Text File  |  2010-03-13  |  209b  |  15 lines

  1. on(rollOver){
  2.    if(thik == 0)
  3.    {
  4.       go = true;
  5.    }
  6.    if(_root.wheel.hitTest(_root.br))
  7.    {
  8.       if(ghora == 1)
  9.       {
  10.          _root.wheel.chal = 1;
  11.          ghora = 0;
  12.       }
  13.    }
  14. }
  15.